﻿@charset "utf-8";
/* CSS Document */


.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}
.box{
	width: 1440px;
	margin: auto;
}

.container{
	width:1100px;
	margin:auto;	
}
.topbg{
	
	background: url(../images/banbg.jpg) no-repeat center center ;
    height: 338px;
   
}

.logo{
	padding-top: 36px;
	text-align: center;
}

.zhuce{
	width: 420px;
	margin: auto;
}
.zhuce a{
	display: inline-block;
	width:178px ;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-right: 28px;
	text-decoration: none;
}
.zhuce a.re{
	 background: #29aaed;
}
.zhuce a.con{
	background: #dd3e24;
}


.index-con{
	min-height: 600px;
	padding-bottom: 30px;
	
}
.index-right{
	width: 811px;
	float: right;
	margin-top: 40px;
}

.orang{
	margin: 10px 0;
}
.int-top{
	border-bottom: 1px solid #bbb;
	height: 26px;
	position: relative;
}

.int-top span{
	font-size: 22px;
	color: #333;
	font-family: arial;
	background: #fff;
	line-height: 55px;
    float: left;
	min-width: 123px;
	display: block;
	padding-right:30px;
	
}

.int-top i{
	width: 6px;
	height: 6px;
	background: #333;
	display: inline-block;
	position: absolute;
	left: 152px;
	top: 23px;
}
.int-top i.i1{
	left: 193px;
	
}

.in-con{
	padding-top: 28px;
	
}
.in-con {
	line-height: 35px;
	font-size: 16px;
	font-family: arial;
}

.int-con ul{
	padding-top: 40px;
}
.int-con ul li{
	float: left;
	margin-right: 25px;
}
.int-con ul li.mar0{
	margin-right: 0px;
}
.int-con ul li a{
display: block;	
}
.int-con ul li p{
	line-height: 20px;
width: 110px;
margin-top: 10px;
}
.int-con ul li p a{
	text-align: center;
	color: #666;
	font-size: 16px;
	font-family: arial;
}










.foot{
	 background: #3e5465;
	 height:46px;
	 line-height: 46px;
	 color: #fff;
}





/*copy End*/
